Story 1.1-1.5: Extract handlers + Implementation Plan#1576
Open
Akasha-0 wants to merge 3 commits intoeigent-ai:mainfrom
Open
Story 1.1-1.5: Extract handlers + Implementation Plan#1576Akasha-0 wants to merge 3 commits intoeigent-ai:mainfrom
Akasha-0 wants to merge 3 commits intoeigent-ai:mainfrom
Conversation
added 3 commits
April 23, 2026 11:29
## Stories Implementadas: - Story 1.1: MessageHandler - validateMessage, createMessage, cloneMessage, addMessages, updateMessage, setMessages, deleteMessage, findMessage, getLastMessage, getAgentMessages, clearMessages, addBulkMessages, upsertStreamingMessage, finalizeStreamingMessage - Story 1.2: ConnectionManager - SSE abort control, connect, closeConnection, closeAllConnections, reconnect with exponential backoff - Story 1.3: TaskQueue - PriorityQueue with low/normal/high/urgent priorities - Story 1.4: Migrate chatStore.ts to use extracted handlers ## Testes: - MessageHandler.test.ts, ConnectionManager.test.ts, TaskQueue.test.ts ## Arquivos Modificados: - src/store/chatStore.ts - usa handlers extraídos - src/types/chatbox.d.ts - exports para tipos ## Próximos Steps: - Story 1.5: Cleanup de tipos - Story 2.1: Setup CI com coverage gate
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stories: 1.1 MessageHandler, 1.2 ConnectionManager, 1.3 TaskQueue, 1.4 Migration, 1.5 Cleanup Types
Implementado:
Novos arquivos de planejamento:
Quick Wins identificados (6):
Proximos Épicos:
TypeScript: ✅ Compila sem erros
GitHub Actions: Verificando...